home *** CD-ROM | disk | FTP | other *** search
- unit icon608:10 $$ vector graphics/text block
- 608 $$ label - return here if invalid input
- enable touch
- pause keys=all
- disable touch
- if ((zkey = touch $and$ (ztouchx > 296) $and$ (ztouchy > 115) $and$ (ztouchx < 455) $and$ (ztouchy < 210)))
- . calc TOUCHBOX _ 0
- . jump icon611
- endif
- if ((zkey = touch $and$ (ztouchx > 392) $and$ (ztouchy > 58) $and$ (ztouchx < 508) $and$ (ztouchy < 75)))
- . calc TOUCHBOX _ 1
- . do dctnry
- . branch 608
- endif
- style outline
- style thickness,1
- style dash $$ solid line style
- if zkey = "a"
- . do menukey1
- . branch 608
- endif
- if zkey = "r"
- . do menukey1
- . branch 608
- endif
- if zkey = "q"
- . do menukey1
- . branch 608
- endif
- if zkey = "b"
- . do menukey1
- . branch 608
- endif
- if zkey = "o"
- . do menukey1
- . branch 608
- endif
- if zkey = "n"
- . do menukey1
- . branch 608
- endif
- if zkey = "f"
- . do menukey1
- . branch 608
- endif
- if zkey = "h"
- . do menukey1
- . branch 608
- endif
- jump [zkey = timeup : icon611 : ]
- branch 608 $$ not valid input - get again
- 608end
- disable touch
-